Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @cosmjs/proto-signing from 0.28.13 to 0.32.4 #106

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps @cosmjs/proto-signing from 0.28.13 to 0.32.4.

Changelog

Sourced from @​cosmjs/proto-signing's changelog.

[0.32.4] - 2024-06-26

Fixed

  • @​cosmjs/tendermint-rpc: fix node info check to accept empty string on channels field (#1591)

Added

  • @​cosmjs/stargate: Add support for MsgCancelUnbondingDelegation (#1535)

#1535: cosmos/cosmjs#1535

Changed

  • @​cosmjs/stargate, @​cosmjs/cosmwasm-stargate: Synchronize the default gas multiplier value between the signAndBroadcast and signAndBroadcastSync methods so that it is equal to 1.4 everywhere. (#1584)

[0.32.3] - 2024-03-08

Changed

  • @​cosmjs/amino: Add IBC denom support to parseCoins and use the same implementation in all those imports:

    import { parseCoins } from "@cosmjs/proto-signing";
    // equals
    import { parseCoins } from "@cosmjs/stargate";
    // equals
    import { parseCoins } from "@cosmjs/amino";
  • @​cosmjs/stargate: Let parseRawLog gracefully handle empty strings to better support Cosmos SDK 0.50 inputs. (#1564)

#1564: cosmos/cosmjs#1564

Fixed

  • @​cosmjs/encoding: Avoid using replacement character in doc comment to make external tools happy. (#1570)
  • @​cosmjs/cosmwasm-stargate: Use events instead of log parsing to receive information in SigningCosmWasmClient. This is required to support Cosmos SDK 0.50+ where the rawLog field is empty. (#1564)

#1564: cosmos/cosmjs#1564 #1570: cosmos/cosmjs#1570

... (truncated)

Commits
  • e819a1f Set version 0.32.4
  • 1381ee9 Add CHANGELOG entry for MsgCancelUnbondingDelegation
  • eab2136 Merge branch 'main' into feat/add-staking-cancel-unbond-msg
  • 81b14b5 Merge branch 'main' into AlexanderFSP/main
  • f71cdc3 Merge pull request #1591 from public-awesome/fix-tendermint-check
  • e3c7d6f docs: add changelog entry
  • 435016e fix rpc client node info check
  • 03c1c6b fix: update parse BigInt in cancel unbond
  • c444e8e feat: convert creation_height from bigint to string
  • 4ff0a5e fix: remove class CancelUnbond not used
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@cosmjs/proto-signing](https://github.com/cosmos/cosmjs) from 0.28.13 to 0.32.4.
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.28.13...v0.32.4)

---
updated-dependencies:
- dependency-name: "@cosmjs/proto-signing"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2024
Copy link

vercel bot commented Jul 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
whisperstake-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 1, 2024 7:05pm

Copy link
Author

dependabot bot commented on behalf of github Sep 30, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cosmjs/proto-signing-0.32.4 branch September 30, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant